/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio
:not
 
(
[
controls
]
 
)
{
display
:
 
none
;

	
height
:
 
0
}
img {
	border-style: none
}

svg
:not
 
(
:root
 
)
{
overflow
:
 
hidden


}
button, input, optgroup, select, textarea {
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
	button:-moz-focusring {
	outline: 1px dotted ButtonText
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
	{
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Customized for Freshworks
 */
@
-ms-viewport {
	width: device-width
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*, ::after, ::before {
	box-sizing: inherit
}

button:not (:disabled ), [type=button]:not (:disabled ), [type=reset]:not
	(:disabled ), [type=submit]:not (:disabled ) {
	cursor: pointer;
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.form-label {
	font-weight: 400;
	line-height: 15px !important;
	text-align: left;
	color: #171717;
	display: flex;
	align-items: center;
	position: relative;
	cursor:default !important;
}

.form-control {
	display: block;
	width: 100%;
	padding: 10px 10px !important;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.5;
        color:#000 !important;
        background-color:#F5F5FF !important;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height:40px !important;
        border: 1px solid #824DEB !important;
        border-radious:0.3125rem !important;
        margin: 5px 0px !important;

}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.88rem;
	border-radius: 0.25rem;
	transition: color 0.15s, background-color 0.15s, border-color 0.15s,
		box-shadow 0.15s;
	position: relative;
	font-size: 0.8rem;
	font-weight: 500;
}

.theme-bg-g {
	color: #FFFFFF !important;
	background-color: #824DEB !important;
	border-color: #824DEB !important;
}

.btn-hover-shine:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.4s ease-in-out;
}

.btn-hover-shine:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: none;
}

@media ( min-width : 768px) {
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-3 {
	margin-top: 1rem;
}

.mt-4 {
	margin-top: 1.25rem;
}

.mt-5 {
	margin-top: 1.5rem;
}

.error-message {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}
.general-error-message {
        color: red;
        font-size: 14px;
        margin-bottom: 10px;
        display: none;
            margin: auto;
    text-align: center;
    }
.error {
	border-color: red;
}
.form-label {
    font-weight:600 !important;
    font-size:14px !important;
    color:#000000 !important;
}
.form-control-old
{
    padding: 0.35rem 0.75rem !important;
    color:#000 !important;
    font-family: inter !important;
    font-size: 16px !important;
}
.theme-bg-g
{
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inter;
  font-weight: 400;
}
.btn:disabled {
        background-color: #9e9e9e !important; /* Gray color when disabled */
        color: #ccc !important;
        cursor: not-allowed; /* Changes cursor to indicate it’s unclickable */
    }
.field-border{
        border-radius: 5px !important;
}
.select-form-control{
  background-color:#F5F5FF !important;
  border: 1px solid #824DEB !important;
  height:40px !important;
  padding-left:10px !important;
display: block;
width: 100%;
font-size: 0.88rem;
font-weight: 400;
line-height: 1.5;
}
.textarea-form {
  min-height: 100px;
}
